.swiper1 {}
.swiper2 {
  position: relative;
  overflow: hidden;
}
.swiper2 .swiper-slide {
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}
.swiper2 .swiper-slide .box {
  position: relative;
}
.swiper2 .swiper-slide .box img {
  width: 100%;
}
.swiper2 .swiper-slide p {
  font-size: 1.4rem;
  color: #565656;
  margin: 6px 0 0;
}
.swiper2 .swiper-button-next4 {
  width: 45px;
  height: 45px;
  background: url("/static/images/honor-btn_06.png") no-repeat center;
  position: absolute;
  right: 2%;
  top: 45%;
  margin-top: -22px;
  z-index: 3;
  cursor: pointer;
}
.swiper2 .swiper-button-next4:hover {
  background: url("/static/images/honor-btn_11.png") no-repeat center;
}
.swiper2 .swiper-button-prev4 {
  width: 45px;
  height: 45px;
  background: url("/static/images/honor-btn_03.png") no-repeat center;
  position: absolute;
  left: 2%;
  top: 45%;
  margin-top: -22px;
  z-index: 3;
  cursor: pointer;
}
.swiper2 .swiper-button-prev4:hover {
  background: url("/static/images/honor-btn_13.png") no-repeat center;
}
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}